//0x20 bytes (sizeof)
struct _MI_REVERSE_VIEW_MAP
{
struct _LIST_ENTRY ViewLinks; //0x0
union
{
VOID* SystemCacheVa; //0x8
VOID* SessionViewVa; //0x8
struct _EPROCESS* VadsProcess; //0x8
ULONG Type:2; //0x8
};
union
{
struct _SUBSECTION* Subsection; //0xc
ULONG SubsectionType:1; //0xc
};
union
{
struct _MI_SYSTEM_CACHE_VIEW_ATTRIBUTES SystemCacheAttributes; //0x10
ULONGLONG SectionOffset; //0x10
};
};